Create(int, OutputDevice)

Method

Namespace: Vox

Declared in: Vox.SoundSourceFactory


Creates the specified count of sound output sources for the specified device.

Syntax

public static SoundSource[] Create(
	int count,
	OutputDevice device
)

Back to index